VhsClient Helper Objects
The VhsClient Object (and iterator methods) employ a library of helper request and response objects, which are used for passing in a request, getting a response back, and storing point properties and history values. Also included are other objects for defining history entries, statistics, history tag strings, and history values:
These objects are declared using, for example:
|
Set req = CreateObject("CxVhsLib.AddHistoryPointReq") Set resp = CreateObject("CxVhsLib.AddHistoryPointResp") Set tag = CreateObject("CxVhsLib.HistoryTagString") |
More:
ContinueHistoryReadExReq Object
DeleteHistoryValueExReq Object
DeleteHistoryValueExResp Object
GetNamedArrayValuesResp Object
GetNamedArrayValuesExReq Object
GetNamedArrayValuesExResp Object
ListHistoryPointsExResp Object
ListHistoryValuesExResp Object
StorePointHistoryExResp Object
UpdateHistoryValueExReq Object



